Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.ecm.activity.datasource

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.activity.datasource">

  <extension target="org.nuxeo.runtime.datasource"
    point="datasources">
    <documentation>
      Datasource contribution for the Activity Service
    </documentation>

    <datasource name="jdbc/nxactivities" driverClassName="org.h2.Driver"
        maxActive="20" maxIdle="5" maxWait="10000">
      <property name="url">jdbc:h2:nuxeo;DB_CLOSE_ON_EXIT=false</property>
      <property name="username">sa</property>
      <property name="password">********</property>
    </datasource>

  </extension>

</component>